home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / vdt100.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.4 KB  |  73 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : VDT100
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : HAMMONS%TI-EG at CSNET-RELAY
  6. -- AUTHOR            : Triplett, Brenda and Hammons, Bud
  7. --                   : Department of Computer Science
  8. --                   : North Texas State University
  9. --                   : Denton, TX  76203
  10. -- COPYRIGHT         : (c) 1984, 1985 Brenda Triplett and Bud Hammons
  11. -- DATE CREATED      : 1984
  12. -- DATE RELEASED     : 15 Jan 1985
  13. -- DATE LAST UPDATED : 15 Jan 1985
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : Telesoft Ada 1.5, VAX
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : COMPONENTS
  19. -- CATEGORY LEVEL 2  : INPUT/OUTPUT
  20. -- CATEGORY LEVEL 3  : VDT100 Terminal Interface
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : VT100
  23. -- KEYWORD           : TERMINAL INTERFACE
  24. -- KEYWORD           : TOWERS OF HANOI
  25. -- INDEX             : VT100
  26. -- INDEX             : Terminal Interface
  27. -- INDEX             : Interface, Terminal
  28. -- INDEX             : Towers of Hanoi
  29. -- INDEX             : Hanoi, Towers of
  30. -- TAXONOMY          : 
  31. -- DEPENDENCIES      : 
  32. -- SEE ALSO          : 
  33. --= FILE LISTING         ===============================================--
  34. -- FILE SPECS        : PD:<ADA.COMPONENTS>VDT100.*
  35. -- DIRECTORY DISPLAY :
  36. -- Directory   PD:<ADA.COMPONENTS>
  37. --      File Name     Byte Count  Line Count
  38. --   ---------------  ----------  ----------
  39. --   VDT100.PRO             3332          67
  40. --   VDT100.SRC            15113         493
  41. --   ===============  ==========  ==========
  42. --     2 Files             18445         560
  43. --= ABSTRACT             ===============================================--
  44. --         VDT100.SRC contains a package which provides a set of routines
  45. -- to interface with a VT100 computer terminal, providing procedures  for
  46. -- functions  such as cursor positioning and clear screen.  Included is a
  47. -- test program, which is a solution to the Towers of Hanoi.
  48. --= REVISION HISTORY     ===============================================--
  49. --
  50. -- DATE         VERSION    AUTHOR                  HISTORY
  51. -- 15 Jan 85       1.0    Brenda Triplett        Initial Release
  52. --= RELEASE NOTICE       ===============================================--
  53. -- This prologue must be included in all copies of this software.
  54. --
  55. -- This software is copyright by the author.
  56. --
  57. -- This software is released to the Ada community.
  58. -- This software is released to the Public Domain (note:
  59. --   software released to the Public Domain is not subject
  60. --   to copyright protection).
  61. -- Restrictions on use or distribution:  NONE
  62. --= DISCLAIMER           ===============================================--
  63. --     This software and its documentation are provided "AS IS" and
  64. -- without any expressed or implied warranties whatsoever.  No warranties
  65. -- as to performance, merchantability, or fitness for a particular
  66. -- purpose exist.
  67. --     The user is advised to test the software thoroughly before
  68. -- relying on it.  The user must assume the entire risk and liability of
  69. -- using this software.  In no event shall any person or organization of
  70. -- people be held responsible for any direct, indirect, consequential or
  71. -- inconsequential damages or lost profits.
  72. --======================================================================--
  73.